///
import { SelectionListOptionProps, SelectionListProps } from './types';
export declare const StyledSelectionList: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledSelectionListOption: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & SelectionListOptionProps, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
//# sourceMappingURL=styled.d.ts.map