import { PopoverClassKey, PopoverProps } from "@material-ui/core/Popover"; import * as React from "react"; import { AttachFileButton } from "../../../../AttachFileButton"; import { ToolbarButtonProps } from "./HTMLToolbar.definitions"; export declare const ToolbarButton: (props: ToolbarButtonProps) => JSX.Element; export declare const ToolbarSeparator: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledToolbarFileAttachment: import("@emotion/styled").StyledComponent & Partial> & Partial> & { theme?: import("@emotion/react").Theme; }, {}, { ref?: React.Ref; }>; export declare const ExpandToolbarButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLAnchorElement>, {}>; export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CompactViewContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledPopover: React.ComponentType & import("@material-ui/core").StyledComponentProps & PopoverProps>; export declare const LinkPanelCloseIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLButtonElement>, {}>; export declare const LinkPanelWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const LinkPanelTitle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLParagraphElement>, {}>; export declare const LinkPanelButtonsContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const LinkPanelField: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { last?: boolean; }, React.DetailedHTMLProps, HTMLDivElement>, {}>;