import { Meta, StoryObj } from '@storybook/html-vite';
import { StoryArgs } from './shared';
declare const meta: Meta;
export default meta;
type Story = StoryObj;
/**
* Custom CSS styling example with gradient header and custom buttons.
* Shows how to fully customize the cropper appearance.
*/
export declare const GradientTheme: Story;
/**
* Dark theme example.
* A fully dark themed cropper for dark mode applications.
*/
export declare const DarkTheme: Story;
/**
* Minimal light theme.
* Clean and simple styling for minimal interfaces.
*/
export declare const MinimalLight: Story;
//# sourceMappingURL=CustomStyling.stories.d.ts.map