/** * A slot fill for the email actions section of the email editor. * * This component is used to render the email actions section of the email editor. */ declare const EmailActionsFill: { (props: Omit): import("react").JSX.Element; displayName: string; }; export { EmailActionsFill }; export declare function SettingsPanel(): import("react/jsx-runtime").JSX.Element;