import { IPartialTheme, ITheme } from '@fluentui/react/lib/Styling';
export interface IPlaceholderComponentClassNames {
    placeholder: string;
    placeholderContainer: string;
    placeholderHead: string;
    placeholderHeadContainer: string;
    placeholderIcon: string;
    placeholderText: string;
    hide: string;
    placeholderDescription: string;
    placeholderDescriptionText: string;
}
export declare const getClassNames: (theme: IPartialTheme | ITheme) => IPlaceholderComponentClassNames;
//# sourceMappingURL=PlaceholderComponent.styles.d.ts.map