UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 481 B
/// <reference types="react" /> export declare const StyledIconHeading: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType<any>; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StyledTitle: import("@emotion/styled").StyledComponent<import("../heading").Props & { theme?: import("@emotion/react").Theme; }, {}, {}>;