UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 364 B
/// <reference types="react" /> export declare const StyledOnboardingForm: import("@emotion/styled").StyledComponent<{ heading?: import("react").ReactNode; description?: import("react").ReactNode; imgSrc?: string; hiddenLogo?: boolean; } & import("@mantine/core").ContainerProps & { theme?: import("@emotion/react").Theme; }, {}, {}>;