import { FunctionalComponent } from '../../stencil-public-runtime'; type Props = { value: number; }; export declare const CountdownComponent: FunctionalComponent; export {};