/// export interface Props { /** The content to display inside the key */ children: VarDate; } export default function DatePreference({ children, }: Props): JSX.Element;