/** * Boots the component with the given name. * * @param string $component The component to boot. * * @return ComponentInterface * * @since 4.0.0 */ public function bootComponent($component) : ComponentInterface;