import React, { ComponentProps } from 'react'; import ColorDrop from '.'; declare const _default: { title: string; component: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, import(".").Props>>; }; export default _default; export declare const Default: (props: ComponentProps) => React.JSX.Element; export declare const Smaller: (props: ComponentProps) => React.JSX.Element; export declare const Transparent: (props: ComponentProps) => React.JSX.Element; export declare const SmallTransparent: (props: ComponentProps) => React.JSX.Element;