import React from 'react'; interface OpenFrameTextProps extends React.SVGProps { className?: string; textColor?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare const OpenFrameText: ({ className, textColor, ...props }: OpenFrameTextProps) => React.JSX.Element; export {}; //# sourceMappingURL=openframe-text.d.ts.map