import { TTheme } from '../../../types/TTheme';
export declare const ListItemStyle: import('styled-components').RuleSet<{
    theme: TTheme;
    active: boolean;
}>;
