import { FunctionComponent, SVGProps } from 'react'; interface Props extends SVGProps { iconColor?: string; } export declare const Frame: FunctionComponent; export {};