import { FC } from 'react'; type LinearGradientFrameProps = { Icon: JSX.Element; }; export declare const LinearGradientFrame: FC; export {};