import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { LinearProgressProps } from './LinearProgress.type'; export declare const initialStyle: (theme: RktaTheme) => SerializedStyles; export declare const color: (theme: RktaTheme, props: { color: string; }) => SerializedStyles; export declare const size: (theme: RktaTheme, props: LinearProgressProps) => SerializedStyles; //# sourceMappingURL=LinearProgress.styles.d.ts.map