/// import 'bootstrap/dist/css/bootstrap.css'; export interface UseTimerExampleProps { initialDelay?: number; } export declare function UseTimerExample({ initialDelay }: UseTimerExampleProps): JSX.Element;