export interface IconProps extends React.SVGProps { } export declare const ContentIcon: ({ width, height, viewBox, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ButtonElementIcon: ({ ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ImageElementIcon: ({ ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const DividerElementIcon: ({ ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const VariableElementIcon: ({ ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const HTMLElementIcon: ({ ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ColumnElementIcon: ({ ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;