export declare const styles: { shared: { container: string; header: string; content: string; }; }; export declare const BaseCard: { (props: import("@button-inc/component-library/esm/Card").Props): JSX.Element; Toggle(props: any): JSX.Element; ToggleOn(props: any): JSX.Element; ToggleOff(props: any): JSX.Element; Header(props: any): JSX.Element; Content(props: any): JSX.Element; }; export default function Card(props: any): JSX.Element;