import type { ComponentProps, FunctionComponent } from 'react'; export type IconProps = ComponentProps<'svg'> & { size?: number | string; }; export declare const Trash2: FunctionComponent; export declare const Download: FunctionComponent; export declare const Heading: FunctionComponent; export declare const Heading1: FunctionComponent; export declare const ArrowLeft: FunctionComponent; export declare const Columns3: FunctionComponent; export declare const LayoutGrid: FunctionComponent; export declare const Minus: FunctionComponent; export declare const Plus: FunctionComponent; export declare const Rows3: FunctionComponent; export declare const Edit3: FunctionComponent; export declare const ExternalLink: FunctionComponent; export declare const X: FunctionComponent; export declare const Bold: FunctionComponent; export declare const Italic: FunctionComponent; export declare const Strikethrough: FunctionComponent; export declare const Code: FunctionComponent; export declare const Quote: FunctionComponent; export declare const FileCode: FunctionComponent; export declare const List: FunctionComponent; export declare const ListOrdered: FunctionComponent; export declare const Link2: FunctionComponent; export declare const Image: FunctionComponent; export declare const Table: FunctionComponent; export declare const Smile: FunctionComponent; export type LucideIcon = FunctionComponent; export declare const AlignLeft: FunctionComponent; export declare const AlignCenter: FunctionComponent; export declare const AlignRight: FunctionComponent; export declare const WrapText: FunctionComponent; export declare const AlignHorizontalDistributeStart: FunctionComponent; export declare const AlignHorizontalDistributeEnd: FunctionComponent; export declare const SizeSmall: FunctionComponent; export declare const SizeMedium: FunctionComponent; export declare const SizeLarge: FunctionComponent; //# sourceMappingURL=icons.d.ts.map