/// import { SdkViewSection } from '@dynamic-labs/sdk-api-core'; type Props = { sectionData: SdkViewSection; collapsedLayout?: boolean; }; export declare const SocialSignInSection: ({ sectionData, collapsedLayout, }: Props) => JSX.Element | null; export {};