/// interface IShareButtonProps { url: string; disabled: boolean; children: Node; } export declare const SpotifyIcon: () => JSX.Element; export declare const InstagramIcon: () => JSX.Element; export declare const SocialButton: (props: IShareButtonProps) => JSX.Element; export {};