import { TextProps } from '../Text/Text.type'; import { Color } from '../Provider/theme'; export declare type PaperOwnProps = { bgColor?: Color; clip?: boolean; disabled?: boolean; hardBottom?: boolean; hardLeft?: boolean; hardTop?: boolean; hardRight?: boolean; outline?: number | string; outlineColor?: Color; readOnly?: boolean; relative?: boolean; rize?: number; round?: boolean; rounded?: boolean; size?: number | string; transparent?: boolean; }; declare type OmitColor = Omit; export declare type PaperProps = PaperOwnProps & Omit; export {}; //# sourceMappingURL=Paper.type.d.ts.map