/// interface Interface { text: string; onClick: () => void; } export default function ConfirmFooter(props: Interface): JSX.Element; export {};