import React from 'react'; type Props = { onClick: () => void; }; export declare function FullScreenButton({ onClick }: Props): React.JSX.Element; export {};