interface IStyledAttachmentPointNameProps { disabled?: boolean; } export declare const AttachmentPoint: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AttachmentPointName: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & IStyledAttachmentPointNameProps, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const ModalContent: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};