import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { PlaceholderProps } from './Placeholder.type'; export declare const initialStyle: SerializedStyles; export declare const inline: SerializedStyles; export declare const width: (theme: RktaTheme, props: PlaceholderProps) => SerializedStyles; //# sourceMappingURL=Placeholder.styles.d.ts.map