import { IconSize } from './Icon.types';
export declare const SizeRegulator: import("styled-components").StyledComponent<"div", any, {
    size?: IconSize;
}, never>;
