import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const mainProps: { readonly height: returnType, string | number | null>; readonly padding: returnType, string | number | null>; }; export type mainPropsType = ExtractPropTypes;