import React from 'react'; export declare type IconFrameProps = React.PropsWithChildren<{ frameSize?: number; }>; /** * Visual square wrapper for Icon. Defaults to 32px * * Deprecates v1/FramedIcon */ export declare function IconFrame(props: IconFrameProps): JSX.Element;