import { FunctionComponent } from 'react'; import { IClassName } from '../../framework'; export interface IBtnPlaceholderProps extends IClassName { disabled?: boolean; } export declare type IBtnPlaceholder = FunctionComponent;