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