/// import type IconType from '../IconType'; declare const VariablePreview: ({ color, size, ...rest }: IconType) => JSX.Element; export default VariablePreview;