import type { CSS } from '@project44-manifest/react-styles';
export declare type SideNavigationContentElement = 'div';
export interface SideNavigationContentProps {
    /**
     * Theme aware style object
     */
    css?: CSS;
}
//# sourceMappingURL=SideNavigationContent.types.d.ts.map