/// type WeightType = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 'bold' | 'bolder' | 'light' | 'lighter' | 'normal' | string; export type HeadingStyleProps = { weight?: WeightType; }; export declare const HeadingStyle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute> & string & Omit<({ children, className, ...rest }: import("../../element/AtomDiv").AtomDivProps) => import("../../element/AtomDiv").AtomDivElement, keyof import("react").Component>; export {};