export declare const toggleIconStyle: string;
export declare const listWrapperRecipe: import('@vanilla-extract/recipes').RuntimeFn<{
    size: {
        small: {
            vars: {
                [x: string]: `var(--${string})`;
            };
        };
        medium: {
            vars: {
                [x: string]: `var(--${string})`;
            };
        };
        large: {
            vars: {
                [x: string]: `var(--${string})`;
            };
        };
    };
}>;
export declare const listStyle: string;
export declare const listItemStyle: string;
