import React from 'react';
export declare const SocialButtonsReversibleContainerWithDivider: (props: React.PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;
export declare const ReversibleContainer: (props: React.PropsWithChildren<{
    reverse?: boolean;
}>) => import("@emotion/react/jsx-runtime").JSX.Element;
