/**
 * Get the current `selected` state of an element.
 *
 * Set `suppressThrow` to return `false` instead of throwing when the element
 * can no longer be found in the editor.
 */
export declare const useSelected: ({ suppressThrow, }?: {
    suppressThrow?: boolean | undefined;
}) => boolean;
//# sourceMappingURL=use-selected.d.ts.map