export interface HeadingProps { text?: string; } export declare const Heading: ({ text }: HeadingProps) => JSX.Element;