interface BackgroundColorProps { /** * @dial-dtype color * **/ color?: string; } export declare function BackgroundColor({ color }: BackgroundColorProps): import("react/jsx-runtime").JSX.Element; export {};