/// import { Props } from './Base'; declare const H1: ({ children, ...props }: { children: import("react").ReactNode; href?: string | undefined; } & Props) => import("react").ReactElement<{ className: string; href?: string | undefined; margin?: string | number | undefined; bold?: boolean | undefined; color?: string | undefined; }, string | ((props: any) => import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)>; declare const H2: ({ children, ...props }: { children: import("react").ReactNode; href?: string | undefined; } & Props) => import("react").ReactElement<{ className: string; href?: string | undefined; margin?: string | number | undefined; bold?: boolean | undefined; color?: string | undefined; }, string | ((props: any) => import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)>; declare const H3: ({ children, ...props }: { children: import("react").ReactNode; href?: string | undefined; } & Props) => import("react").ReactElement<{ className: string; href?: string | undefined; margin?: string | number | undefined; bold?: boolean | undefined; color?: string | undefined; }, string | ((props: any) => import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)>; declare const H4: ({ children, ...props }: { children: import("react").ReactNode; href?: string | undefined; } & Props) => import("react").ReactElement<{ className: string; href?: string | undefined; margin?: string | number | undefined; bold?: boolean | undefined; color?: string | undefined; }, string | ((props: any) => import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)>; declare const P: ({ children, ...props }: { children: import("react").ReactNode; href?: string | undefined; } & Props) => import("react").ReactElement<{ className: string; href?: string | undefined; margin?: string | number | undefined; bold?: boolean | undefined; color?: string | undefined; }, string | ((props: any) => import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)>; declare const A: ({ children, ...props }: { children: import("react").ReactNode; href?: string | undefined; } & Props) => import("react").ReactElement<{ className: string; href?: string | undefined; margin?: string | number | undefined; bold?: boolean | undefined; color?: string | undefined; }, string | ((props: any) => import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)>; export { H1, H2, H3, H4, P, A };