export declare function getProps(PropTypes: any, ...args: any[]): { className: any; style: any; }; export declare const defaultProps: { className: string; size: string; style: {}; type: string; };