/// import { IconProps } from './types'; export declare const FrameIcon: ({ color, ...props }: IconProps) => JSX.Element; export default FrameIcon;