import { ProgressBarProps } from './types'; export declare function styleProgressBar(props: ProgressBarProps): { main: string[]; label: string[]; bar: string[]; progress: string[]; progressAlt: string[]; tag: string[]; };