///
import { ColorProps } from "./Color";
import "@pdfapi-design/scss/lib/Utilities.css";
declare const _default: {
title: string;
decorators: import("@storybook/csf").DecoratorFunction[];
argTypes: {
width: {
options: string[];
control: {
type: string;
};
};
height: {
options: string[];
control: {
type: string;
};
};
};
};
export default _default;
export declare const Common: {
(args: ColorProps): JSX.Element;
args: {
hexCode: string;
};
};
export declare const CustomDimensions: {
(args: ColorProps): JSX.Element;
args: {
hexCode: string;
};
};