/// interface IProps { /** @ignore */ className?: string; onClick: () => void; } declare const Clear: import("styled-components").StyledComponent<(props: IProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { Clear };