import { TextProps } from '../Text/Text.type'; export declare type AddonOwnProps = { big?: boolean; /** Reset Paddings */ fitAll?: boolean; /** Reset Left Padding */ fitLeft?: boolean; /** Reset Right Padding */ fitRight?: boolean; huge?: boolean; inset?: boolean; main?: boolean; normal?: boolean; paddingX?: number | string; paddingY?: number | string; small?: boolean; tiny?: boolean; }; export declare type AddonProps = AddonOwnProps & TextProps; //# sourceMappingURL=Addon.type.d.ts.map