export function Palette({ color, width, height, border, className }: { color: any; width: any; height: any; border: any; className: any; }): JSX.Element; export namespace Palette { namespace propTypes { const className: PropTypes.Requireable; const width: PropTypes.Requireable; const height: PropTypes.Requireable; const border: PropTypes.Requireable; const style: PropTypes.Requireable; } namespace defaultProps { const width_1: number; export { width_1 as width }; const height_1: number; export { height_1 as height }; const border_1: number; export { border_1 as border }; } const displayName: string; } export default Palette; import PropTypes from "prop-types"; //# sourceMappingURL=Palette.d.ts.map