import { Inputs } from '@embeddable.com/react'; declare const meta: { readonly name: "HorizontalDividerPro"; readonly label: "Horizontal Divider"; readonly description: "Visual divider for separating sections of the dashboard."; readonly category: "Layout"; readonly defaultWidth: 450; readonly defaultHeight: 120; readonly inputs: [{ readonly name: "thickness"; readonly label: "Thickness"; readonly category: "Component Settings"; readonly description: "Thickness of the divider in pixels"; readonly type: "number"; }, { readonly defaultValue: string; readonly type: import("@embeddable.com/core").EmbeddableType; readonly name: "color"; readonly label: "Color"; readonly category: "Component Settings"; }]; }; export declare const horizontalDividerPro: { readonly Component: (props: { color?: string; thickness?: number; }) => import("react").JSX.Element; readonly meta: { readonly name: "HorizontalDividerPro"; readonly label: "Horizontal Divider"; readonly description: "Visual divider for separating sections of the dashboard."; readonly category: "Layout"; readonly defaultWidth: 450; readonly defaultHeight: 120; readonly inputs: [{ readonly name: "thickness"; readonly label: "Thickness"; readonly category: "Component Settings"; readonly description: "Thickness of the divider in pixels"; readonly type: "number"; }, { readonly defaultValue: string; readonly type: import("@embeddable.com/core").EmbeddableType; readonly name: "color"; readonly label: "Color"; readonly category: "Component Settings"; }]; }; readonly preview: { ({ embeddableTheme, }: { embeddableTheme: any; }): React.JSX.Element; displayName: string; }; readonly config: { readonly props: (inputs: Inputs) => { color: string | undefined; thickness: number; }; }; }; export {}; //# sourceMappingURL=definition.d.ts.map