/// declare type Props = { title: string; compact?: boolean; }; export declare const ListHeading: (props: Props) => JSX.Element; export {};