interface ComponentHeadingProps { componentName: string; description: string; sourcePath?: string; waiAriaPath?: string; hideDemosLink?: boolean; } export declare const ComponentHeading: ({ componentName, description, sourcePath, waiAriaPath, hideDemosLink, }: ComponentHeadingProps) => JSX.Element; export {};