interface InputProps { size?: 'small' | 'medium'; } export declare const Input: import("@emotion/styled").StyledComponent & InputProps, {}, {}>; interface SearchStickyContainerProps { headerHeight: number; } export declare const searchContainerHeight = 64; export declare const StickySearchInputContainer: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & SearchStickyContainerProps, {}, {}>; export declare const SearchList: import("@emotion/styled").StyledComponent, HTMLUListElement>, "children" | "sx" | "style" | "className" | "classes" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export {};