/// export declare const ActionWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const SearchWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const OrganizationsWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const OrganizationData: import("@emotion/styled").StyledComponent & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; } & import("../Grid/styles").StyledGridProps, {}, {}>; export declare const StyledButton: import("@emotion/styled").StyledComponent, "color" | "variant"> & { variant?: "link" | "text" | "contained" | "light" | undefined; loading?: boolean | undefined; loadingIndicator?: import("react").ReactNode; loadingPosition?: "center" | "end" | "start" | undefined; color?: "primary" | "error" | "success" | "warning" | undefined; component?: import("react").ElementType | undefined; selected?: boolean | undefined; } & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, ""> & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>;