import { FunctionalComponent } from '../../../stencil-public-runtime'; interface GuxPercentageStateProps { value: number; max: number; screenreaderText: string; } interface GuxSpinnerStateProps { screenreaderText: string; } export declare const GuxPercentageState: FunctionalComponent; export declare const GuxSpinnerState: FunctionalComponent; export {};