/** * Search Style Component properties. */ export type SearchStyleProps = { /** * Title. */ title: string; /** * Press event. */ onPress: () => void; }; /** * Search Style Component. */ export declare function SearchStyle(props: SearchStyleProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SearchStyle.d.ts.map