/// interface Props { lineClamp: number; isLoading?: boolean; children?: string; } export declare function InstagramText(props: Props): JSX.Element; export {};