export declare const Container: (props: any) => any;
export declare const FormContainer: (props: any) => any;
export declare const FormSection: (props: any) => JSX.Element;
export declare const ErrorSection: (props: any) => any;
export declare const ErrorSectionContent: (props: any) => any;
export declare const SectionHeader: (props: any) => any;
export declare const SectionHeaderContent: (props: any) => any;
export declare const SectionFooter: (props: any) => any;
export declare const SectionFooterContent: (props: any) => any;
export declare const SectionBody: (props: any) => any;
export declare const ActionRow: (props: any) => any;
export declare const FormRow: (props: any) => any;
export declare const InputRow: (props: any) => JSX.Element;
export declare const RadioRow: (props: any) => JSX.Element;
export declare const Radio: (props: any) => any;
export declare const CheckboxRow: (props: any) => JSX.Element;
export declare const Checkbox: (props: any) => any;
export declare const MessageRow: (props: any) => JSX.Element;
export declare const MessageContent: (props: any) => any;
export declare const ButtonRow: (props: any) => any;
export declare const Button: (props: any) => any;
export declare const ButtonContent: (props: any) => any;
export declare const SignInButton: (props: any) => any;
export declare const Link: (props: any) => any;
export declare const Label: (props: any) => any;
export declare const Space: (props: any) => any;
export declare const NavBar: (props: any) => any;
export declare const Nav: (props: any) => any;
export declare const NavRight: (props: any) => any;
export declare const NavItem: (props: any) => any;
export declare const NavButton: (props: any) => any;
export declare const beforeAfter: (el: any) => any;
export declare const propStyle: (props: any, themeStyle: any) => any;
export declare const transparent1X1 = "data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==";
export declare const white1X1 = "data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==";
