/// import { SurfaceProps } from './Surface'; export declare type SelectableViewProps = SurfaceProps & { selected?: boolean; }; export declare function SelectableSurface({ selected, ...props }: SelectableViewProps): JSX.Element; //# sourceMappingURL=SelectableSurface.d.ts.map