export declare const commonDefaultProps: {
    grid: {
        horizontal: boolean;
        vertical: boolean;
    };
};
