interface KeepDrawerTheme {
    content: {
        base: string;
        position: {
            top: string;
            bottom: string;
            left: string;
            right: string;
        };
    };
    bar: {
        base: string;
        position: {
            top: string;
            bottom: string;
            left: string;
            right: string;
        };
    };
}
export declare const keepDrawerTheme: KeepDrawerTheme;
export {};
